home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.biglib,v < prev    next >
Makefile  |  1992-06-10  |  7KB  |  419 lines

  1. head     1.17;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.17
  10. date     92.06.10.13.04.43;  author jhh;  state Exp;
  11. branches ;
  12. next     1.16;
  13.  
  14. 1.16
  15. date     91.04.11.12.55.34;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.15;
  18.  
  19. 1.15
  20. date     89.10.09.21.28.28;  author rab;  state Exp;
  21. branches ;
  22. next     1.14;
  23.  
  24. 1.14
  25. date     89.08.18.11.21.46;  author douglis;  state Exp;
  26. branches ;
  27. next     1.13;
  28.  
  29. 1.13
  30. date     89.08.17.11.16.07;  author douglis;  state Exp;
  31. branches ;
  32. next     1.12;
  33.  
  34. 1.12
  35. date     88.12.31.14.45.22;  author ouster;  state Exp;
  36. branches ;
  37. next     1.11;
  38.  
  39. 1.11
  40. date     88.11.27.16.28.48;  author ouster;  state Exp;
  41. branches ;
  42. next     1.10;
  43.  
  44. 1.10
  45. date     88.08.12.16.08.24;  author ouster;  state Exp;
  46. branches ;
  47. next     1.9;
  48.  
  49. 1.9
  50. date     88.08.12.14.37.37;  author ouster;  state Exp;
  51. branches ;
  52. next     1.8;
  53.  
  54. 1.8
  55. date     88.07.20.14.47.30;  author ouster;  state Exp;
  56. branches ;
  57. next     1.7;
  58.  
  59. 1.7
  60. date     88.07.13.10.18.04;  author ouster;  state Exp;
  61. branches ;
  62. next     1.6;
  63.  
  64. 1.6
  65. date     88.07.02.14.34.16;  author ouster;  state Exp;
  66. branches ;
  67. next     1.5;
  68.  
  69. 1.5
  70. date     88.06.17.08.56.07;  author ouster;  state Exp;
  71. branches ;
  72. next     1.4;
  73.  
  74. 1.4
  75. date     88.06.05.14.04.42;  author ouster;  state Exp;
  76. branches ;
  77. next     1.3;
  78.  
  79. 1.3
  80. date     88.06.05.11.38.40;  author ouster;  state Exp;
  81. branches ;
  82. next     1.2;
  83.  
  84. 1.2
  85. date     88.04.28.17.41.41;  author ouster;  state Exp;
  86. branches ;
  87. next     1.1;
  88.  
  89. 1.1
  90. date     88.04.25.09.27.22;  author ouster;  state Exp;
  91. branches ;
  92. next     ;
  93.  
  94.  
  95. desc
  96. @@
  97.  
  98.  
  99. 1.17
  100. log
  101. @make sure all makefiles include TYPE
  102. @
  103. text
  104. @#
  105. # Prototype makefile for libraries with multiple source directories
  106. #
  107. # This Makefile is automatically generated.
  108. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  109. #
  110. # Generated from @@(TEMPLATE)
  111. # @@(DATE)
  112. #
  113. # For more information, refer to the mkmf manual page.
  114. #
  115. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
  116. #
  117. # Allow mkmf
  118.  
  119. ALLSRCS        = @@(ALLSRCS)
  120. LINTSRCS    = @@(LINTSRCS)
  121. MACHINES    = @@(MACHINES)
  122. MAKEFILE    = @@(MAKEFILE)
  123. MANPAGES    = @@(MANPAGES)
  124. NAME        = @@(NAME)
  125. PUBHDRS        = @@(PUBHDRS)
  126. SUBDIR        = @@(SUBDIR)
  127. SYSMAKEFILE    = biglib.mk
  128. TYPE        = @@(TYPE)
  129. DISTDIR         ?= @@(DISTDIR)
  130. #include    <settm.mk>
  131.  
  132.  
  133. #if exists($(TM).md/md.mk)
  134. #include    "$(TM).md/md.mk"
  135. #endif
  136.  
  137. #if exists(local.mk)
  138. #include     "local.mk"
  139. #else
  140. #include    <$(SYSMAKEFILE)>
  141. #endif
  142.  
  143. #if exists($(DEPFILE))
  144. #include    "$(DEPFILE)"
  145. #endif
  146. @
  147.  
  148.  
  149. 1.16
  150. log
  151. @Flush DEFTARGET: the default target is now determined by a pmake
  152. library file.
  153. @
  154. text
  155. @d12 1
  156. a12 1
  157. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.15 89/10/09 21:28:28 rab Exp Locker: kupfer $ SPRITE (Berkeley)
  158. d24 1
  159. a24 1
  160. #include    <settm.mk>
  161. d27 1
  162. a28 1
  163. SYSMAKEFILE    = biglib.mk
  164. @
  165.  
  166.  
  167. 1.15
  168. log
  169. @Modifications for distribution.
  170. @
  171. text
  172. @d12 1
  173. a12 1
  174. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.14 89/08/18 11:21:46 douglis Exp Locker: rab $ SPRITE (Berkeley)
  175. d24 1
  176. a24 1
  177. TM                 ?= @@(DEFTARGET)
  178. @
  179.  
  180.  
  181. 1.14
  182. log
  183. @another change for TM -- use single machine if it exists, else \ds3100
  184. @
  185. text
  186. @d12 1
  187. a12 1
  188. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.12 88/12/31 14:45:22 ouster Exp Locker: douglis $ SPRITE (Berkeley)
  189. d26 1
  190. @
  191.  
  192.  
  193. 1.13
  194. log
  195. @removed DEFTARGET -- we use $MACHINE now
  196. @
  197. text
  198. @d24 1
  199. a24 1
  200. TM                 ?= $(MACHINE)
  201. @
  202.  
  203.  
  204. 1.12
  205. log
  206. @Use TYPE instead of INSTALLDIR, INSTALLMAN, etc.
  207. @
  208. text
  209. @d12 1
  210. a12 1
  211. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.11 88/11/27 16:28:48 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  212. d24 1
  213. a24 1
  214. TM                 ?= @@(DEFTARGET)
  215. @
  216.  
  217.  
  218. 1.11
  219. log
  220. @Various changes to replace old C library entirely with new C library.
  221. @
  222. text
  223. @d12 1
  224. a12 1
  225. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.10 88/08/12 16:08:24 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  226. a16 2
  227. INCLUDEDIR    = @@(INCLUDEDIR)
  228. INSTALLMAN    = @@(INSTALLMAN)
  229. d25 1
  230. @
  231.  
  232.  
  233. 1.10
  234. log
  235. @Default is now no debugging info.
  236. @
  237. text
  238. @d12 1
  239. a12 1
  240. # $Header: Makefile.biglib,v 1.9 88/08/12 14:37:37 ouster Exp $ SPRITE (Berkeley)
  241. a15 4
  242. LIBRARY        = @@(LIBRARY)
  243. SUBDIR        = @@(SUBDIR)
  244. MACHINES    = @@(MACHINES)
  245. TM                 ?= @@(DEFTARGET)
  246. d17 2
  247. a18 5
  248. SRCS        =
  249. HDRS        =
  250. OBJS        =
  251. CLEANOBJS    =
  252. PUBHDRS        = @@(PUBHDRS)
  253. d20 1
  254. d22 5
  255. a26 5
  256.  
  257. CC        = gcc
  258. CFLAGS        = -O
  259. CTFLAGS        = -wt
  260. INCLUDEDIR    = @@(INCLUDEDIR)
  261. @
  262.  
  263.  
  264. 1.9
  265. log
  266. @Minor comment change.
  267. @
  268. text
  269. @d12 1
  270. a12 1
  271. # $Header: Makefile.biglib,v 1.8 88/07/20 14:47:30 ouster Exp $ SPRITE (Berkeley)
  272. d30 1
  273. a30 1
  274. CFLAGS        = -g -O
  275. @
  276.  
  277.  
  278. 1.8
  279. log
  280. @Add -O to gcc compiles.
  281. @
  282. text
  283. @d2 1
  284. a2 1
  285. # Prototype makefile for libraries.
  286. d12 1
  287. a12 1
  288. # $Header: Makefile.biglib,v 1.7 88/07/13 10:18:04 ouster Exp $ SPRITE (Berkeley)
  289. @
  290.  
  291.  
  292. 1.7
  293. log
  294. @Eliminate "define_targets";  not needed anymore.
  295. @
  296. text
  297. @d12 1
  298. a12 1
  299. # $Header: Makefile.biglib,v 1.6 88/07/02 14:34:16 ouster Exp $ SPRITE (Berkeley)
  300. d30 1
  301. a30 1
  302. CFLAGS        = -g
  303. @
  304.  
  305.  
  306. 1.6
  307. log
  308. @Better support for lint, and for dummy lint files (*.lint).
  309. @
  310. text
  311. @d12 1
  312. a12 1
  313. # $Header: Makefile.biglib,v 1.5 88/06/17 08:56:07 ouster Exp $ SPRITE (Berkeley)
  314. a32 2
  315.  
  316. define_targets    = yes, please
  317. @
  318.  
  319.  
  320. 1.5
  321. log
  322. @Add ALLSRC, switch name to "biglib".
  323. @
  324. text
  325. @d12 1
  326. a12 1
  327. # $Header: Makefile.libc.srcDir,v 1.4 88/06/05 14:04:42 ouster Exp $ SPRITE (Berkeley)
  328. d17 1
  329. d26 1
  330. a29 1
  331. LINTFLAGS    = -u
  332. @
  333.  
  334.  
  335. 1.4
  336. log
  337. @Make gcc the default C compiler.
  338. @
  339. text
  340. @d12 1
  341. a12 1
  342. # $Header: Makefile.libc.srcDir,v 1.3 88/06/05 11:38:40 ouster Exp $ SPRITE (Berkeley)
  343. d19 1
  344. d35 1
  345. a35 1
  346. SYSMAKEFILE    = libc.srcDir.mk
  347. @
  348.  
  349.  
  350. 1.3
  351. log
  352. @Various revisions to generate Makefiles for multi-directory
  353. libraries with multiple target machines.
  354. @
  355. text
  356. @d12 1
  357. a12 1
  358. # $Header: Makefile.libc.srcDir,v 1.2 88/04/28 17:41:41 ouster Exp $ SPRITE (Berkeley)
  359. d26 1
  360. @
  361.  
  362.  
  363. 1.2
  364. log
  365. @New mkmf stuff for new library area.
  366. @
  367. text
  368. @d12 1
  369. a12 1
  370. # $Header: Makefile.libc.srcDir,v 1.1 88/04/25 09:27:22 ouster Exp $ SPRITE (Berkeley)
  371. d17 6
  372. a22 4
  373. OBJS        = @@(OBJS)
  374. CLEANOBJS    = @@(CLEANOBJS)
  375. SRCS        = @@(SRCS)
  376. HDRS        = @@(HDRS)
  377. d27 1
  378. a27 1
  379. CFLAGS        =
  380. a28 1
  381. LINTDIR        = @@(LINTDIR)
  382. a29 2
  383. MACHINE        ?= sun3
  384. MDDIR        = ../$(MACHINE).md
  385. a32 1
  386. DEPFILE        = dependencies.mk
  387. d35 4
  388. d45 3
  389. a47 4
  390. tags        : $(SRCS) $(HDRS)
  391.     $(CTAGS) $(CTFLAGS) $(.ALLSRC)
  392.  
  393. #include    "dependencies.mk"
  394. @
  395.  
  396.  
  397. 1.1
  398. log
  399. @Initial revision
  400. @
  401. text
  402. @d12 1
  403. a12 1
  404. # $Header: Makefile.library,v 1.2 88/04/04 22:56:37 deboor Exp $ SPRITE (Berkeley)
  405. a33 4
  406. # The label below is used as a special trigger for Makefile.sed scripts
  407. # to use to add extra stuff to the Makefile:
  408. # @@(SPECIALS)
  409.  
  410. d35 1
  411. a35 1
  412. #include    <libc.srcDir.mk>
  413. d37 5
  414. a41 3
  415. # Another label, for triggering Makefile.sed commands AFTER command.mk
  416. # is included:
  417. # @@(POSTINCLUDE)
  418. @
  419.